home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / shsucdx / readme.cdh < prev    next >
Encoding:
Text File  |  2000-10-20  |  4.4 KB  |  119 lines

  1. Numerous programs are now available to create and ISO CD image.  Most of these
  2. can be used in lieu of the CDCACHER program.  The SHSUCDX SHSUCDHD combination 
  3. allows you to mount these images as drives under DOS.
  4.  
  5.  
  6.                          SHSUCDHD Version 2.0
  7.                          CDCACHER Version 5.0
  8.                         (c) John H. McCoy, May 1996
  9.                    Sam Houston St. Univ., TX 77341-2206
  10.  
  11. ******************************************************************************
  12.  
  13.                             Warning!!!!
  14.  
  15. Use at your own risk.  Both SHSUCDHD and CDCACHER use features of DOS
  16.     that are undocumented.
  17.  
  18. SHSUCDHD will NOT work with either Microsoft's or IBM's MSCDEX programs.
  19. Your system will crash if you try it.  MSCDEX trashes itself on an
  20. unexpected INT2F broadcast call that it should ignore.
  21.  
  22. ******************************************************************************
  23.  
  24. SHSUCDHD is an experimental CD rom driver which loads with the name SHSU-CDH
  25. and makes up to 5 CD ROM images which have been cached to hard disk appear as
  26. devices 0 through 4.
  27.  
  28. CDCACHER makes cached images of ISO9660 or High Seria format CD ROMS for use
  29. by either the network CD ROM server program SHSUSERV or the pseudo CD ROM
  30. driver SHSUCDHD.  CD ROMs are ususally large and it takes a while.  It will
  31. run in an OS2 DOS window while you do something else.
  32.  
  33. CDHD has been used under DOS 4.0 and later and WIN 3.1 on a non-networked
  34. system using cache files on the local drive, on a Novell client using VLMs
  35. with the cache files on a netware server and on a NT client with the cache
  36. files on a NT server.  It cannot be used to access cached images from a
  37. network on a Novell NET(x) shell client.  It may work with other networks
  38. which use a real mode re-director for network access but I have not tested it.
  39.  
  40. SHSUCDX must be used if a program requires the cdrom extensions.  CDHD will
  41. not work with either Microsoft's or IBM's MSCDEX.  It will crash the system.
  42.  
  43.  
  44. The command to run SHSUCDHD is:
  45.  
  46.    SHSUCDHD [/F:imagepathname1 [/F:imagepathname2 ...]] [/U] [/?]
  47.  
  48.      up to five cache image files may be specified
  49.  
  50.    example:  SHSUCDHD /F:.\CD.IMG
  51.              SHSUCDX /D:SHSU-CDH
  52.  
  53.      uses the cache file CD.IMG in the current directory and assigns it
  54.         the next available drive letter
  55.  
  56.    example:  SHSUCDHD /F:CD0.IMG  /F:N:\CD1.IMG
  57.              SHSUCDX /D:SHSU-CDH,E
  58.  
  59.      uses the cache file CD0.IMG in the current directory append path and
  60.         CD1.IMG from the N drive and assigns the next available drive letters
  61.         beginning with letter E ( probably E and F)
  62.  
  63.     example:  SHSUCDX /U
  64.               SHSUCDHD /U
  65.  
  66.         unloads SHSUCDX then SHSUCDHD from memory
  67.  
  68. The command to run CDCACHER is:
  69.  
  70.    CDCACHER [cd driver name] [/?]
  71.  
  72.       cd driver name is the name of the CD driver where the CD ROM being
  73.          cached is located.  If none is specified MSCD001 is assumed.
  74.          If the specified driver is not found the user is given the
  75.          opportunity to interactively edit the driver name.
  76.  
  77.     example:  CDCACHER
  78.  
  79.         starts CDCACHER using the default driver name MSCD001
  80.  
  81.     example:  CDCACHER SHSU-CDN
  82.  
  83.         starts CDCACHER using the driver name SHSU-CDN.
  84.  
  85.  
  86. To see if SHSUCDHD will work on your system.
  87.  
  88.    Unzip all files into the same directory.
  89.  
  90.    Run SHSUCDHD by entering SHSUCDHD /F:SHSUDRV1.IMG{Enter}
  91.  
  92.    Run SHSUCDX by entering SHSUCDX /D:SHSU-CDH and note the CD drive letter
  93.  
  94.    Run the HELLO program from the CD by entering drive:\HELLO\HELLO where
  95.       drive is the drive letter noted in the previous step
  96.  
  97.    If the above works, then unload SHSUCDX and SHSUCDHD.  Copy the cache image
  98.    file SHSUDRV1.IMG to your network file server.
  99.  
  100.    Run SHSUCDHD by entering CDHD /F:path\SHSUDRV1.IMG where path is the network path.
  101.  
  102.    Run SHSUCDX by entering SHSUCDX /D:SHSU-CDH and note the CD drive letter
  103.  
  104.    Run the HELLO program from the CD by entering drive:\HELLO\HELLO where
  105.       drive is the drive letter noted in the previous step
  106.  
  107.    If this works then SHSUCDHD is probably compatable with your system.  Use
  108.    CDCACHER to make cache images of your CD.
  109.  
  110.  
  111.  
  112. SHSUCDHD and CDCACHER are a copyright reserved, free use program.
  113.  
  114. Use at your own risk.
  115.  
  116. Time permitting, an attempt will be made to fix problems that are reported
  117.   to CSC_JHM@SHSU.EDU.
  118.  
  119. (c)John H. McCoy, 1995 1996, Sam Houston St. Univ., TX 77341-2206